Skip to main content

1. About the user interface

Microdata.no is a web-based analysis system that uses a relatively simple and intuitive command language. It is recommended to use browsers such as Chrome or Firefox for the best user experience. Internet Explorer may cause errors such as the screen becoming blank and / or inability to log in, and is therefore not recommended.

Login to microdata.no is done via the following website: http://microdata.no/

What you see after login is a website consisting of an analysis area, i.e. the command window, cf. section 1.1. This is used to explore variables and test commands:

By clicking on variables one can get acquainted with the content, value format, validity period, etc. Through commands that are run separately, variables can be imported into datasets for further processing and analysis. In addition to descriptive statistical possibilities, one can also perform advanced statistical operations such as regression analyses, etc. See sections 1.1-1.4 for more information on how to work in the script window.

After exploring and familiarizing with the data you want to use in analyses, it is strongly recommended to use the script functionality to systematize the analysis work. This is especially true if you intend to carry out a more comprehensive analysis (beyond basic descriptive statistics for a few variables). Using scripts has many advantages over working exclusively in the command window through the use of single commands:

  1. One can construct command sequences to be run in one operation. The results of script executions are displayed continuously as commands are run and the execution is stopped if errors are detected (syntax or logical errors)
  2. Command sequences can be edited and rerun
  3. Much easier to identify errors in a long chain of command sequences
  4. Works as documentation / log of work
  5. Various work sessions can be saved with their separate names for later reuse
  6. The contents of a script can be copied into separate (external) documents for extra backup

Work already performed in the command window can easily be transferred into a script for further editing. This can be done in three ways:

  • In the script window there is a menu button at the top left. There you can select "Nytt skript med historikk fra kommandolinjen" ("New script with command line history"). Remember to enter a name for the script in the line above the script window. The script will then be saved with this name.

  • Use the command history in the command window. This returns a chronological list of all commands run, which can be copied into the script window by clicking on the copy button that will appear when holding the mouse cursor over, and then using the CTRL + C keyboard combination. Remember to create a name for the script also in this case.

  • In the command window, you can type the save command followed by an optional name that you use on the script. The name must have quotation marks around . F.eks. save 'Analysis of the unemployed'. With this procedure, you do not need to name the script in the script window afterwards.

For more information on using scripts, see section 1.5.